3.1131 \(\int (1-2 x) (2+3 x)^3 (3+5 x) \, dx\)

Optimal. Leaf size=34 \[ -\frac{5}{81} (3 x+2)^6+\frac{37}{135} (3 x+2)^5-\frac{7}{108} (3 x+2)^4 \]

[Out]

(-7*(2 + 3*x)^4)/108 + (37*(2 + 3*x)^5)/135 - (5*(2 + 3*x)^6)/81

_______________________________________________________________________________________

Rubi [A]  time = 0.0486022, antiderivative size = 34, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 18, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.056 \[ -\frac{5}{81} (3 x+2)^6+\frac{37}{135} (3 x+2)^5-\frac{7}{108} (3 x+2)^4 \]

Antiderivative was successfully verified.

[In]  Int[(1 - 2*x)*(2 + 3*x)^3*(3 + 5*x),x]

[Out]

(-7*(2 + 3*x)^4)/108 + (37*(2 + 3*x)^5)/135 - (5*(2 + 3*x)^6)/81

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - 45 x^{6} - \frac{567 x^{5}}{5} - \frac{333 x^{4}}{4} + \frac{46 x^{3}}{3} + 24 x + 100 \int x\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((1-2*x)*(2+3*x)**3*(3+5*x),x)

[Out]

-45*x**6 - 567*x**5/5 - 333*x**4/4 + 46*x**3/3 + 24*x + 100*Integral(x, x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.00162519, size = 35, normalized size = 1.03 \[ -45 x^6-\frac{567 x^5}{5}-\frac{333 x^4}{4}+\frac{46 x^3}{3}+50 x^2+24 x \]

Antiderivative was successfully verified.

[In]  Integrate[(1 - 2*x)*(2 + 3*x)^3*(3 + 5*x),x]

[Out]

24*x + 50*x^2 + (46*x^3)/3 - (333*x^4)/4 - (567*x^5)/5 - 45*x^6

_______________________________________________________________________________________

Maple [A]  time = 0.002, size = 30, normalized size = 0.9 \[ -45\,{x}^{6}-{\frac{567\,{x}^{5}}{5}}-{\frac{333\,{x}^{4}}{4}}+{\frac{46\,{x}^{3}}{3}}+50\,{x}^{2}+24\,x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((1-2*x)*(2+3*x)^3*(3+5*x),x)

[Out]

-45*x^6-567/5*x^5-333/4*x^4+46/3*x^3+50*x^2+24*x

_______________________________________________________________________________________

Maxima [A]  time = 1.36431, size = 39, normalized size = 1.15 \[ -45 \, x^{6} - \frac{567}{5} \, x^{5} - \frac{333}{4} \, x^{4} + \frac{46}{3} \, x^{3} + 50 \, x^{2} + 24 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)*(3*x + 2)^3*(2*x - 1),x, algorithm="maxima")

[Out]

-45*x^6 - 567/5*x^5 - 333/4*x^4 + 46/3*x^3 + 50*x^2 + 24*x

_______________________________________________________________________________________

Fricas [A]  time = 0.188103, size = 1, normalized size = 0.03 \[ -45 x^{6} - \frac{567}{5} x^{5} - \frac{333}{4} x^{4} + \frac{46}{3} x^{3} + 50 x^{2} + 24 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)*(3*x + 2)^3*(2*x - 1),x, algorithm="fricas")

[Out]

-45*x^6 - 567/5*x^5 - 333/4*x^4 + 46/3*x^3 + 50*x^2 + 24*x

_______________________________________________________________________________________

Sympy [A]  time = 0.073325, size = 32, normalized size = 0.94 \[ - 45 x^{6} - \frac{567 x^{5}}{5} - \frac{333 x^{4}}{4} + \frac{46 x^{3}}{3} + 50 x^{2} + 24 x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((1-2*x)*(2+3*x)**3*(3+5*x),x)

[Out]

-45*x**6 - 567*x**5/5 - 333*x**4/4 + 46*x**3/3 + 50*x**2 + 24*x

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.217818, size = 39, normalized size = 1.15 \[ -45 \, x^{6} - \frac{567}{5} \, x^{5} - \frac{333}{4} \, x^{4} + \frac{46}{3} \, x^{3} + 50 \, x^{2} + 24 \, x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)*(3*x + 2)^3*(2*x - 1),x, algorithm="giac")

[Out]

-45*x^6 - 567/5*x^5 - 333/4*x^4 + 46/3*x^3 + 50*x^2 + 24*x